FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.basisprofil.r4#1.5.0 (63 ms)

Package de.basisprofil.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.0&canonical=http://fhir.de/StructureDefinition/observation-de-ekg
Url http://fhir.de/StructureDefinition/observation-de-ekg
Version 1.5.0
Status active
Date 2023-11-30
Name EkgDE
Title EKG Observation Profil
Experimental False
Authority hl7
Description EKG Observation Profil
Type Observation
Kind resource

Resources that use this resource

StructureDefinition
https://gematik.de/fhir/isik/StructureDefinition/ISiKEKG ISiKEKG

Resources that this resource uses

ValueSet
http://fhir.de/ValueSet/EkgLeads EKG/ECG leads


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "observation-de-ekg",
  "url" : "http://fhir.de/StructureDefinition/observation-de-ekg",
  "version" : "1.5.0",
  "name" : "EkgDE",
  "title" : "EKG Observation Profil",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-11-30",
  "publisher" : "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.de/technische-komitees/fhir/"
        }
      ]
    }
  ],
  "description" : "EKG Observation Profil",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.category",
        "path" : "Observation.category",
        "min" : 1
      },
      {
        "id" : "Observation.category.coding",
        "path" : "Observation.category.coding",
        "patternCoding" : {
          "code" : "procedure",
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.code.coding:loinc",
        "path" : "Observation.code.coding",
        "sliceName" : "loinc",
        "min" : 1,
        "max" : "*",
        "patternCoding" : {
          "code" : "11524-6",
          "system" : "http://loinc.org"
        }
      },
      {
        "id" : "Observation.code.coding:snomed",
        "path" : "Observation.code.coding",
        "sliceName" : "snomed",
        "min" : 0,
        "max" : "*",
        "patternCoding" : {
          "code" : "106073009",
          "system" : "http://snomed.info/sct"
        }
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "constraint" : [
          {
            "key" : "vs-de-1",
            "severity" : "error",
            "human" : "If Observation.effective[x] has a value then that value shall be precise to the day",
            "expression" : "(($this is dateTime) implies ($this as dateTime).toString().length() >= 10) and ($this.start.exists() implies ($this.start as dateTime).toString().length() >= 10) and ($this.end.exists() implies ($this.end as dateTime).toString().length() >= 10)",
            "source" : "http://fhir.de/StructureDefinition/observation-de-ekg"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "max" : "0"
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "min" : 1
      },
      {
        "id" : "Observation.component.code",
        "path" : "Observation.component.code",
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "http://fhir.de/ValueSet/EkgLeads",
          "description" : "Codes identifying the EKG lead"
        }
      },
      {
        "id" : "Observation.component.code.coding",
        "path" : "Observation.component.code.coding",
        "min" : 1
      },
      {
        "id" : "Observation.component.value[x]",
        "path" : "Observation.component.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "SampledData"
          }
        ]
      },
      {
        "id" : "Observation.component.value[x].data",
        "path" : "Observation.component.value[x].data",
        "min" : 1
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.